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

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

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/DartScriptDebugServer.cpp ('k') | Source/bindings/core/dart/DartService.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartService.h
diff --git a/Source/bindings/core/dart/DartService.h b/Source/bindings/core/dart/DartService.h
index 71d1571fd050f5ffd2e1439c1fa36f82f7d8a083..884518c32d9a0b5fe9fb9299b23b6e27091b8636 100644
--- a/Source/bindings/core/dart/DartService.h
+++ b/Source/bindings/core/dart/DartService.h
@@ -15,6 +15,7 @@ public:
static Dart_Isolate CreateIsolate();
static const char* GetServerIP();
static intptr_t GetServerPort();
+ static void DecompressAssets(const uint8_t* input, unsigned inputLen, uint8_t** output, unsigned* outputLength);
};
}
« no previous file with comments | « Source/bindings/core/dart/DartScriptDebugServer.cpp ('k') | Source/bindings/core/dart/DartService.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698