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

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

Issue 68773004: Pepper: Add MonitorIsExternal function to PPB_Flash_DRM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TODO, interface ordering.x Created 7 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/c/private/ppb_flash_drm.h ('k') | ppapi/cpp/private/flash_drm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash_drm.h
diff --git a/ppapi/cpp/private/flash_drm.h b/ppapi/cpp/private/flash_drm.h
index 45ecde8b9a4c20e55742b86e92f5ae4de28b814c..2edddac1d526e2aed85e12d700cb163952362297 100644
--- a/ppapi/cpp/private/flash_drm.h
+++ b/ppapi/cpp/private/flash_drm.h
@@ -27,6 +27,10 @@ class DRM : public Resource {
bool GetHmonitor(int64_t* hmonitor);
// Returns the voucher file as a FileRef or an invalid resource on failure.
int32_t GetVoucherFile(const CompletionCallbackWithOutput<FileRef>& callback);
+ // On success, returns a value indicating if the monitor associated with the
+ // current plugin instance is external.
+ int32_t MonitorIsExternal(
+ const CompletionCallbackWithOutput<PP_Bool>& callback);
};
} // namespace flash
« no previous file with comments | « ppapi/c/private/ppb_flash_drm.h ('k') | ppapi/cpp/private/flash_drm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698