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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp

Issue 2777403002: [Presentation API] Change PresentationConnection's default binaryType to ArrayBuffer (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
index c8ee35dbac1a19c05035fb9f7c33fa5db117765d..46ce422078f9c23630977b5c4fc6712872a13bd6 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
@@ -152,7 +152,7 @@ PresentationConnection::PresentationConnection(LocalFrame* frame,
m_id(id),
m_url(url),
m_state(WebPresentationConnectionState::Connecting),
- m_binaryType(BinaryTypeBlob),
+ m_binaryType(BinaryTypeArrayBuffer),
m_proxy(nullptr) {}
PresentationConnection::~PresentationConnection() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698