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 |