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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 10828356: Very basic Android browser-side compositing support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 654ec64056872131c49dc9162a68c8c2562040b6..747e2c8aedb1ef8cb824f92753eaef666925a251 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -410,6 +410,11 @@ class CONTENT_EXPORT WebContentsImpl
const content::MediaStreamRequest* request,
const content::MediaResponseCallback& callback) OVERRIDE;
+#if defined(OS_ANDROID)
+ virtual void AttachLayer(WebKit::WebLayer* layer) OVERRIDE;
+ virtual void RemoveLayer(WebKit::WebLayer* layer) OVERRIDE;
+#endif
+
// RenderWidgetHostDelegate --------------------------------------------------
virtual bool PreHandleKeyboardEvent(
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698