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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_views.h

Issue 4399003: Deleted code associated with --enable-gpu-rendering and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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: chrome/browser/renderer_host/render_widget_host_view_views.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_views.h (revision 65168)
+++ chrome/browser/renderer_host/render_widget_host_view_views.h (working copy)
@@ -20,7 +20,6 @@
#include "webkit/glue/webcursor.h"
class RenderWidgetHost;
-class GpuViewHost;
struct NativeWebKeyboardEvent;
namespace WebKit {
@@ -71,7 +70,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);
@@ -123,12 +121,6 @@
// The model object.
RenderWidgetHost* host_;
- // 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.

Powered by Google App Engine
This is Rietveld 408576698