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

Unified Diff: public/platform/WebEncryptedMediaRequest.h

Issue 790793004: Oilpan: fix build after r186803. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/web/WebEncryptedMediaRequest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebEncryptedMediaRequest.h
diff --git a/public/platform/WebEncryptedMediaRequest.h b/public/platform/WebEncryptedMediaRequest.h
index 55fcbb605b7de8ed86ae6688ff18b78c05bebb54..d166411124abe519ab94a4a60762197e6c5a371c 100644
--- a/public/platform/WebEncryptedMediaRequest.h
+++ b/public/platform/WebEncryptedMediaRequest.h
@@ -32,7 +32,7 @@ public:
BLINK_EXPORT void requestNotSupported(const WebString& errorMessage);
#if BLINK_IMPLEMENTATION
- explicit WebEncryptedMediaRequest(const PassRefPtr<EncryptedMediaRequest>&);
+ explicit WebEncryptedMediaRequest(EncryptedMediaRequest*);
#endif
private:
« no previous file with comments | « Source/web/WebEncryptedMediaRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698