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

Side by Side Diff: chrome/plugin/webplugin_delegate_stub.h

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « chrome/plugin/plugin_thread.cc ('k') | chrome/plugin/webplugin_proxy.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ 5 #ifndef CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_
6 #define CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ 6 #define CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/ref_counted.h" 12 #include "base/ref_counted.h"
13 #include "base/shared_memory.h" 13 #include "base/shared_memory.h"
14 #include "base/task.h" 14 #include "base/task.h"
15 #include "chrome/plugin/command_buffer_stub.h" 15 #include "chrome/plugin/command_buffer_stub.h"
16 #include "gfx/rect.h"
17 #include "googleurl/src/gurl.h" 16 #include "googleurl/src/gurl.h"
18 #include "ipc/ipc_channel.h" 17 #include "ipc/ipc_channel.h"
19 #include "third_party/npapi/bindings/npapi.h" 18 #include "third_party/npapi/bindings/npapi.h"
19 #include "ui/gfx/rect.h"
20 20
21 class PluginChannel; 21 class PluginChannel;
22 class WebPluginProxy; 22 class WebPluginProxy;
23 struct PluginMsg_Init_Params; 23 struct PluginMsg_Init_Params;
24 struct PluginMsg_DidReceiveResponseParams; 24 struct PluginMsg_DidReceiveResponseParams;
25 struct PluginMsg_UpdateGeometry_Param; 25 struct PluginMsg_UpdateGeometry_Param;
26 class WebCursor; 26 class WebCursor;
27 27
28 namespace WebKit { 28 namespace WebKit {
29 class WebInputEvent; 29 class WebInputEvent;
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 // browser. 133 // browser.
134 void OnSetFakeAcceleratedSurfaceWindowHandle(gfx::PluginWindowHandle window); 134 void OnSetFakeAcceleratedSurfaceWindowHandle(gfx::PluginWindowHandle window);
135 #endif 135 #endif
136 136
137 #endif 137 #endif
138 138
139 DISALLOW_IMPLICIT_CONSTRUCTORS(WebPluginDelegateStub); 139 DISALLOW_IMPLICIT_CONSTRUCTORS(WebPluginDelegateStub);
140 }; 140 };
141 141
142 #endif // CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ 142 #endif // CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_
OLDNEW
« no previous file with comments | « chrome/plugin/plugin_thread.cc ('k') | chrome/plugin/webplugin_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698