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

Side by Side Diff: chrome/renderer/render_widget.h

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 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 unified diff | Download patch
« no previous file with comments | « chrome/renderer/render_view_unittest_mac.mm ('k') | chrome/renderer/render_widget.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_RENDERER_RENDER_WIDGET_H_ 5 #ifndef CHROME_RENDERER_RENDER_WIDGET_H_
6 #define CHROME_RENDERER_RENDER_WIDGET_H_ 6 #define CHROME_RENDERER_RENDER_WIDGET_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "app/gfx/native_widget_types.h" 10 #include "app/gfx/native_widget_types.h"
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/gfx/point.h" 12 #include "base/gfx/point.h"
13 #include "base/gfx/rect.h" 13 #include "base/gfx/rect.h"
14 #include "base/gfx/size.h" 14 #include "base/gfx/size.h"
15 #include "base/ref_counted.h" 15 #include "base/ref_counted.h"
16 #include "base/shared_memory.h" 16 #include "base/shared_memory.h"
17 #include "chrome/renderer/render_process.h" 17 #include "chrome/renderer/render_process.h"
18 #include "ipc/ipc_channel.h" 18 #include "ipc/ipc_channel.h"
19 #include "skia/ext/platform_canvas.h" 19 #include "skia/ext/platform_canvas.h"
20 #include "third_party/skia/include/core/SkBitmap.h" 20 #include "third_party/skia/include/core/SkBitmap.h"
21 #include "webkit/api/public/WebCompositionCommand.h" 21 #include "third_party/WebKit/WebKit/chromium/public/WebCompositionCommand.h"
22 #include "webkit/api/public/WebRect.h" 22 #include "third_party/WebKit/WebKit/chromium/public/WebRect.h"
23 #include "webkit/api/public/WebTextDirection.h" 23 #include "third_party/WebKit/WebKit/chromium/public/WebTextDirection.h"
24 #include "webkit/api/public/WebWidgetClient.h" 24 #include "third_party/WebKit/WebKit/chromium/public/WebWidgetClient.h"
25 #include "webkit/glue/webcursor.h" 25 #include "webkit/glue/webcursor.h"
26 26
27 class RenderThreadBase; 27 class RenderThreadBase;
28 struct ViewHostMsg_ShowPopup_Params; 28 struct ViewHostMsg_ShowPopup_Params;
29 29
30 namespace WebKit { 30 namespace WebKit {
31 struct WebPopupMenuInfo; 31 struct WebPopupMenuInfo;
32 } 32 }
33 33
34 namespace webkit_glue { 34 namespace webkit_glue {
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 WebKit::WebRect pending_window_rect_; 319 WebKit::WebRect pending_window_rect_;
320 320
321 scoped_ptr<ViewHostMsg_ShowPopup_Params> popup_params_; 321 scoped_ptr<ViewHostMsg_ShowPopup_Params> popup_params_;
322 322
323 scoped_ptr<IPC::Message> pending_input_event_ack_; 323 scoped_ptr<IPC::Message> pending_input_event_ack_;
324 324
325 DISALLOW_COPY_AND_ASSIGN(RenderWidget); 325 DISALLOW_COPY_AND_ASSIGN(RenderWidget);
326 }; 326 };
327 327
328 #endif // CHROME_RENDERER_RENDER_WIDGET_H_ 328 #endif // CHROME_RENDERER_RENDER_WIDGET_H_
OLDNEW
« no previous file with comments | « chrome/renderer/render_view_unittest_mac.mm ('k') | chrome/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698