Index: chrome/browser/renderer_host/render_widget_host_view_gtk.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host_view_gtk.h (revision 65168) |
+++ chrome/browser/renderer_host/render_widget_host_view_gtk.h (working copy) |
@@ -21,7 +21,6 @@ |
#include "webkit/glue/webcursor.h" |
class RenderWidgetHost; |
-class GpuViewHost; |
class GtkIMContextWrapper; |
class GtkKeyBindingsHandler; |
#if !defined(TOOLKIT_VIEWS) |
@@ -82,7 +81,6 @@ |
virtual void SelectionChanged(const std::string& text); |
virtual void ShowingContextMenu(bool showing); |
virtual BackingStore* AllocBackingStore(const gfx::Size& size); |
- virtual VideoLayer* AllocVideoLayer(const gfx::Size& size); |
virtual void SetBackground(const SkBitmap& background); |
virtual void CreatePluginContainer(gfx::PluginWindowHandle id); |
virtual void DestroyPluginContainer(gfx::PluginWindowHandle id); |
@@ -138,12 +136,6 @@ |
// The native UI widget. |
OwnedWidgetGtk view_; |
- // Cached value of --enable-gpu-rendering for out-of-process painting. |
- bool enable_gpu_rendering_; |
- |
- // Non-NULL when we're doing out-of-process painting. |
- scoped_ptr<GpuViewHost> gpu_view_host_; |
- |
// This is true when we are currently painting and thus should handle extra |
// paint requests by expanding the invalid rect rather than actually |
// painting. |