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

Unified Diff: webkit/plugins/ppapi/ppb_flash.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 | « webkit/plugins/ppapi/ppb_file_system_impl.cc ('k') | webkit/plugins/ppapi/ppb_flash_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_flash.h
===================================================================
--- webkit/plugins/ppapi/ppb_flash.h (revision 0)
+++ webkit/plugins/ppapi/ppb_flash.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_PLUGINS_PPB_PRIVATE2_H_
-#define WEBKIT_GLUE_PLUGINS_PPB_PRIVATE2_H_
+#ifndef WEBKIT_PLUGINS_PEPPER_PPB_FLASH_H_
+#define WEBKIT_PLUGINS_PEPPER_PPB_FLASH_H_
#ifdef _WIN32
#include <windows.h>
@@ -17,7 +17,7 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_var.h"
-#define PPB_PRIVATE2_INTERFACE "PPB_Private2;4"
+#define PPB_FLASH_INTERFACE "PPB_Flash;1"
#ifdef _WIN32
typedef HANDLE PP_FileHandle;
@@ -40,7 +40,7 @@
PP_DirEntry_Dev* entries;
};
-struct PPB_Private2 {
+struct PPB_Flash {
// Sets or clears the rendering hint that the given plugin instance is always
// on top of page content. Somewhat more optimized painting can be used in
// this case.
@@ -114,4 +114,4 @@
const char* target);
};
-#endif // WEBKIT_GLUE_PLUGINS_PPB_PRIVATE2_H_
+#endif // WEBKIT_GLUE_PLUGINS_PPB_FLASH_H_
« no previous file with comments | « webkit/plugins/ppapi/ppb_file_system_impl.cc ('k') | webkit/plugins/ppapi/ppb_flash_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698