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

Unified Diff: ppapi/shared_impl/singleton_resource_id.h

Issue 11421066: Refactor PPB_Flash_Fullscreen to the new resource model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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 | « ppapi/shared_impl/resource.h ('k') | ppapi/thunk/ppb_flash_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/singleton_resource_id.h
diff --git a/ppapi/shared_impl/singleton_resource_id.h b/ppapi/shared_impl/singleton_resource_id.h
index 526ebdf0144e821c0b64e58bcd4fa8987074aa2b..4e92f5c71a34350e71379a34c4df4899eef99636 100644
--- a/ppapi/shared_impl/singleton_resource_id.h
+++ b/ppapi/shared_impl/singleton_resource_id.h
@@ -12,6 +12,7 @@ namespace ppapi {
enum SingletonResourceID {
FLASH_SINGLETON_ID,
dmichael (off chromium) 2012/11/27 21:28:08 Should this maybe be alphabetized?
FLASH_CLIPBOARD_SINGLETON_ID,
+ FLASH_FULLSCREEN_SINGLETON_ID,
GAMEPAD_SINGLETON_ID,
};
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/thunk/ppb_flash_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698