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

Unified Diff: ppapi/cpp/private/flash.h

Issue 9369003: Pepper: Add a function to PPB_Flash to check if a rect is topmost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add stubs for InvokePrinting() and UpdateActivity() Created 8 years, 10 months 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/c/private/ppb_flash.h ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash.h
diff --git a/ppapi/cpp/private/flash.h b/ppapi/cpp/private/flash.h
index e47bff0a596a97c44ce828cad7b3368d9aecf3bd..95ea8c4385bd285f26a48c6aac5c8e065c6b8a3b 100644
--- a/ppapi/cpp/private/flash.h
+++ b/ppapi/cpp/private/flash.h
@@ -51,6 +51,10 @@ class Flash {
static double GetLocalTimeZoneOffset(Instance* instance, PP_Time t);
static Var GetCommandLineArgs(Module* module);
static void PreloadFontWin(const void* logfontw);
+ static bool IsRectTopmost(Instance* instance, const Rect& rect);
+ static int32_t InvokePrinting(Instance* instance);
+ static void UpdateActivity(Instance* instance);
+
};
} // namespace flash
« no previous file with comments | « ppapi/c/private/ppb_flash.h ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698