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

Unified Diff: sky/viewer/platform/platform_impl.h

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works Created 6 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
Index: sky/viewer/platform/platform_impl.h
diff --git a/sky/viewer/platform/platform_impl.h b/sky/viewer/platform/platform_impl.h
index 9495ab477aaebc1cfc2171d254a8279bcb92eb57..78895b18d68df288a1e43117e7f7f1207bb672ca 100644
--- a/sky/viewer/platform/platform_impl.h
+++ b/sky/viewer/platform/platform_impl.h
@@ -70,6 +70,8 @@ class PlatformImpl : public blink::Platform {
const char* name,
TraceEventHandle);
+ virtual blink::WebData loadResource(const char* name);
+
private:
void SuspendSharedTimer();
void ResumeSharedTimer();

Powered by Google App Engine
This is Rietveld 408576698