Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: content/public/browser/android/synchronous_compositor.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce android_webview changes Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/android/synchronous_compositor.h
diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
index bc74f1f240f12212fcee1f449591c2b06f62fd6b..955ac8ec35d28b32bd5031341cc3c47625733ac3 100644
--- a/content/public/browser/android/synchronous_compositor.h
+++ b/content/public/browser/android/synchronous_compositor.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
+#include "cc/output/compositor_frame.h"
danakj 2016/06/24 18:35:11 Dont need to do this now
Fady Samuel 2016/06/24 20:00:24 Done.
#include "content/common/content_export.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
@@ -18,7 +19,6 @@
class SkCanvas;
namespace cc {
-class CompositorFrame;
class CompositorFrameAck;
}

Powered by Google App Engine
This is Rietveld 408576698