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_ |