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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_win.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_win.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 65168)
+++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
@@ -41,7 +41,6 @@
class BackingStore;
class RenderWidgetHost;
-class GpuViewHost;
typedef CWinTraits<WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, 0>
RenderWidgetHostHWNDTraits;
@@ -156,7 +155,6 @@
virtual void Destroy();
virtual void SetTooltipText(const std::wstring& tooltip_text);
virtual BackingStore* AllocBackingStore(const gfx::Size& size);
- virtual VideoLayer* AllocVideoLayer(const gfx::Size& size);
virtual void SetBackground(const SkBitmap& background);
virtual bool ContainsNativeView(gfx::NativeView native_view) const;
virtual void SetVisuallyDeemphasized(bool deemphasized);
@@ -268,10 +266,6 @@
// The associated Model.
RenderWidgetHost* render_widget_host_;
- // If we're doing out-of-process painting, this member will be non-NULL,
- // indicating the gpu view we're using for the painting.
- scoped_ptr<GpuViewHost> gpu_view_host_;
-
// The cursor for the page. This is passed up from the renderer.
WebCursor current_cursor_;

Powered by Google App Engine
This is Rietveld 408576698