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

Unified Diff: chrome/renderer/pepper_platform_context_3d_impl.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
« no previous file with comments | « chrome/common/pepper_plugin_registry.cc ('k') | chrome/renderer/pepper_platform_context_3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper_platform_context_3d_impl.h
===================================================================
--- chrome/renderer/pepper_platform_context_3d_impl.h (revision 69381)
+++ chrome/renderer/pepper_platform_context_3d_impl.h (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/plugins/pepper_plugin_delegate.h"
+#include "webkit/plugins/ppapi/plugin_delegate.h"
#ifdef ENABLE_GPU
@@ -12,7 +12,8 @@
} // namespace ggl;
-class PlatformContext3DImpl : public pepper::PluginDelegate::PlatformContext3D {
+class PlatformContext3DImpl
+ : public webkit::ppapi::PluginDelegate::PlatformContext3D {
public:
explicit PlatformContext3DImpl(ggl::Context* parent_context);
virtual ~PlatformContext3DImpl();
« no previous file with comments | « chrome/common/pepper_plugin_registry.cc ('k') | chrome/renderer/pepper_platform_context_3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698