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

Unified Diff: content/renderer/render_widget.h

Issue 11361170: Get windowless plugins working when accelerated compositing is turned on. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/renderer/render_widget.h
===================================================================
--- content/renderer/render_widget.h (revision 166499)
+++ content/renderer/render_widget.h (working copy)
@@ -179,6 +179,10 @@
return filtered_time_per_frame_;
}
+ bool is_accelerated_compositing_active() const {
+ return is_accelerated_compositing_active_;
+ }
+
enum ShowIme {
DO_NOT_SHOW_IME,
SHOW_IME_IF_NEEDED
« no previous file with comments | « no previous file | content/renderer/webplugin_delegate_proxy.h » ('j') | content/renderer/webplugin_delegate_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698