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

Unified Diff: Source/bindings/core/dart/DartService.cpp

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « Source/bindings/core/dart/DartService.h ('k') | Source/bindings/core/dart/DartUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartService.cpp
diff --git a/Source/bindings/core/dart/DartService.cpp b/Source/bindings/core/dart/DartService.cpp
index f95bb095722bdeff90138d9067ede2dd702ae7e5..b18ccbc3e22b81faeb128dace3347efc934c8508 100644
--- a/Source/bindings/core/dart/DartService.cpp
+++ b/Source/bindings/core/dart/DartService.cpp
@@ -35,4 +35,11 @@ intptr_t DartService::GetServerPort()
return dart::bin::VmServiceServer::GetServerPort();
}
+
+void DartService::DecompressAssets(const uint8_t* input, unsigned inputLen, uint8_t** output, unsigned* outputLength)
+{
+ dart::bin::VmServiceServer::DecompressAssets(input, inputLen, output, outputLength);
+}
+
+
}
« no previous file with comments | « Source/bindings/core/dart/DartService.h ('k') | Source/bindings/core/dart/DartUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698