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

Unified Diff: trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 342323006: Revert 278728 "[PPAPI] Add browser tests for compositor API" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h
===================================================================
--- trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h (revision 278764)
+++ trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h (working copy)
@@ -635,10 +635,7 @@
// - we are not in Flash full-screen mode (or transitioning to it)
// Otherwise it destroys the layer.
// It does either operation lazily.
- // device_changed: true if the bound device has been changed, and
- // UpdateLayer() will be forced to recreate the layer and attaches to the
- // container.
- void UpdateLayer(bool device_changed);
+ void UpdateLayer();
// Internal helper function for PrintPage().
bool PrintPageHelper(PP_PrintPageNumberRange_Dev* page_ranges,

Powered by Google App Engine
This is Rietveld 408576698