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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 599103008: Android: remove deprecated content API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | content/public/browser/android/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 7e9aca654e63d73c06cdcf05a00d963a1d0c5225..3a6b7985cd2dde3c9184b2b24d76b758081d569c 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -61,7 +61,6 @@ class CONTENT_EXPORT CompositorImpl
private:
// Compositor implementation.
virtual void SetRootLayer(scoped_refptr<cc::Layer> root) OVERRIDE;
- virtual void SetWindowSurface(ANativeWindow* window) OVERRIDE;
virtual void SetSurface(jobject surface) OVERRIDE;
virtual void SetVisible(bool visible) OVERRIDE;
virtual void setDeviceScaleFactor(float factor) OVERRIDE;
@@ -105,6 +104,8 @@ class CONTENT_EXPORT CompositorImpl
virtual void SetNeedsAnimate() OVERRIDE;
virtual ui::SystemUIResourceManager& GetSystemUIResourceManager() OVERRIDE;
+ void SetWindowSurface(ANativeWindow* window);
+
enum CompositingTrigger {
DO_NOT_COMPOSITE,
COMPOSITE_IMMEDIATELY,
« no previous file with comments | « no previous file | content/public/browser/android/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698