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

Unified Diff: content/shell/shell.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
« no previous file with comments | « content/shell/android/shell_manager.cc ('k') | content/shell/shell_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.h
diff --git a/content/shell/shell.h b/content/shell/shell.h
index 4ab37d56dcb4cfcfb9c37d7e0c7bfcf022830721..a8ded871052546e807f66bf06e37facb68af9cab 100644
--- a/content/shell/shell.h
+++ b/content/shell/shell.h
@@ -103,6 +103,10 @@ class Shell : public WebContentsDelegate,
virtual void LoadingStateChanged(WebContents* source) OVERRIDE;
#if defined(OS_ANDROID)
virtual void LoadProgressChanged(double progress) OVERRIDE;
+ virtual void AttachLayer(WebContents* web_contents,
+ WebKit::WebLayer* layer) OVERRIDE;
+ virtual void RemoveLayer(WebContents* web_contents,
+ WebKit::WebLayer* layer) OVERRIDE;
#endif
virtual void CloseContents(WebContents* source) OVERRIDE;
virtual void WebContentsCreated(WebContents* source_contents,
« no previous file with comments | « content/shell/android/shell_manager.cc ('k') | content/shell/shell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698