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

Side by Side Diff: chrome/browser/renderer_host/render_widget_host_view.h

Issue 149620: Use WebWidget from the WebKit API. This change also makes... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_
6 #define CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_
7 7
8 #include "base/gfx/native_widget_types.h" 8 #include "base/gfx/native_widget_types.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "third_party/skia/include/core/SkBitmap.h" 10 #include "third_party/skia/include/core/SkBitmap.h"
11 #include "webkit/glue/webplugin.h" 11 #include "webkit/glue/webplugin.h"
12 #include "webkit/glue/webwidget_delegate.h"
13 12
14 namespace gfx { 13 namespace gfx {
15 class Rect; 14 class Rect;
16 class Size; 15 class Size;
17 } 16 }
18 namespace IPC { 17 namespace IPC {
19 class Message; 18 class Message;
20 } 19 }
21 20
22 class BackingStore; 21 class BackingStore;
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 187
189 // A custom background to paint behind the web content. This will be tiled 188 // A custom background to paint behind the web content. This will be tiled
190 // horizontally. Can be null, in which case we fall back to painting white. 189 // horizontally. Can be null, in which case we fall back to painting white.
191 SkBitmap background_; 190 SkBitmap background_;
192 191
193 private: 192 private:
194 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostView); 193 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostView);
195 }; 194 };
196 195
197 #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_ 196 #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698