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

Side by Side Diff: content/renderer/render_widget_fullscreen_pepper.h

Issue 6709032: Move render_widget files to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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) 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_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_ 5 #ifndef CONTENT_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_
6 #define CHROME_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_ 6 #define CONTENT_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_
7 7
8 #include "chrome/renderer/render_widget_fullscreen.h" 8 #include "content/renderer/render_widget_fullscreen.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidget.h" 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidget.h"
10 #include "webkit/plugins/ppapi/fullscreen_container.h" 10 #include "webkit/plugins/ppapi/fullscreen_container.h"
11 11
12 namespace webkit { 12 namespace webkit {
13 namespace ppapi { 13 namespace ppapi {
14 14
15 class PluginInstance; 15 class PluginInstance;
16 16
17 } // namespace ppapi 17 } // namespace ppapi
18 } // namespace webkit 18 } // namespace webkit
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 webkit::ppapi::PluginInstance* plugin_; 79 webkit::ppapi::PluginInstance* plugin_;
80 80
81 // GL context for compositing. 81 // GL context for compositing.
82 ggl::Context* context_; 82 ggl::Context* context_;
83 unsigned int buffer_; 83 unsigned int buffer_;
84 unsigned int program_; 84 unsigned int program_;
85 85
86 DISALLOW_COPY_AND_ASSIGN(RenderWidgetFullscreenPepper); 86 DISALLOW_COPY_AND_ASSIGN(RenderWidgetFullscreenPepper);
87 }; 87 };
88 88
89 #endif // CHROME_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_ 89 #endif // CONTENT_RENDERER_RENDER_WIDGET_FULLSCREEN_PEPPER_H_
OLDNEW
« no previous file with comments | « content/renderer/render_widget_fullscreen.cc ('k') | content/renderer/render_widget_fullscreen_pepper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698