Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 3d683d67335dbecee6b06ef0a4516a589cbb668c..c6328b0c3c83f8a96cd8bd062a855ec2f85b93f4 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -242,11 +242,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// Noifies the RenderWidget of the current mouse cursor visibility state. |
void SendCursorVisibilityState(bool is_visible); |
- // Tells us whether the page is rendered directly via the GPU process. |
- bool is_accelerated_compositing_active() { |
- return is_accelerated_compositing_active_; |
- } |
- |
// Notifies the RenderWidgetHost that the View was destroyed. |
void ViewDestroyed(); |
@@ -651,7 +646,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
const std::vector<gfx::Rect>& character_bounds); |
#endif |
void OnImeCancelComposition(); |
- void OnDidActivateAcceleratedCompositing(bool activated); |
void OnLockMouse(bool user_gesture, |
bool last_unlocked_by_target, |
bool privileged); |
@@ -738,9 +732,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// Indicates whether a page is fullscreen or not. |
bool is_fullscreen_; |
- // True when a page is rendered directly via the GPU process. |
- bool is_accelerated_compositing_active_; |
- |
// Set if we are waiting for a repaint ack for the view. |
bool repaint_ack_pending_; |