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

Unified Diff: views/view.h

Issue 7104039: First draft to enable turning off compositor for unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised to add conditional compilation guards. Created 9 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
« no previous file with comments | « views/run_all_unittests.cc ('k') | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
diff --git a/views/view.h b/views/view.h
index e8cfe4d0712216d593b5e6724769b3a412c8827a..450ae26d476cda919ad70221392471847f808978 100644
--- a/views/view.h
+++ b/views/view.h
@@ -553,6 +553,7 @@ class View : public AcceleratorTarget {
// Enable/Disable accelerated compositing.
static void set_use_acceleration_when_possible(bool use);
+ static bool get_use_acceleration_when_possible();
// Input ---------------------------------------------------------------------
// The points (and mouse locations) in the following functions are in the
« no previous file with comments | « views/run_all_unittests.cc ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698