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

Unified Diff: ppapi/shared_impl/api_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
Index: ppapi/shared_impl/api_id.h
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index 61dd13c03aa5ec812f1b62052542241097baee8a..3a27eafef4bba0150b9c6d8bd60790a648035c60 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -80,6 +80,7 @@ enum ApiID {
enum SingletonResourceID {
FLASH_SINGLETON_ID,
FLASH_CLIPBOARD_SINGLETON_ID,
+ FLASH_FULLSCREEN_SINGLETON_ID,
dmichael (off chromium) 2012/11/27 20:58:01 I thought you were going to put these in a separat
raymes 2012/11/27 21:24:28 Yep I have in the other CL, I just hadn't rebased
GAMEPAD_SINGLETON_ID,
};

Powered by Google App Engine
This is Rietveld 408576698