commit | 3d7d5f999f636106e6c9d47bddfed4ec8baded35 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon May 01 15:13:20 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 09 16:40:50 2017 -0700 |
tree | a22ea8c0d382e87e19e64bc2f99ffa32d1377705 | |
parent | 38039d8716b9d84c42502441c1eca483184f79e2 [diff] [blame] |
fix circular dependency libnativewindow <-> libui Bug: 37647680, 37648355 Test: compile, manual Change-Id: I00d72d063c252739ca5a63dbf84424ad4f837f89
diff --git a/libs/hwui/Readback.h b/libs/hwui/Readback.h index b763953..7cf4262 100644 --- a/libs/hwui/Readback.h +++ b/libs/hwui/Readback.h
@@ -20,10 +20,10 @@ #include "Rect.h" #include <SkBitmap.h> -#include <gui/Surface.h> namespace android { class GraphicBuffer; +class Surface; namespace uirenderer { // Keep in sync with PixelCopy.java codes