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

Unified Diff: sky/engine/public/web/WebLocalFrame.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/public/web/WebLeakDetector.h ('k') | sky/engine/public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebLocalFrame.h
diff --git a/sky/engine/public/web/WebLocalFrame.h b/sky/engine/public/web/WebLocalFrame.h
index 33a592e29814196f9965c2c437bf3ac578b5729f..722c5eadcfa3e759ae972a3be8889297da8d683c 100644
--- a/sky/engine/public/web/WebLocalFrame.h
+++ b/sky/engine/public/web/WebLocalFrame.h
@@ -17,16 +17,6 @@ public:
// Creates a WebFrame. Delete this WebFrame by calling WebFrame::close().
// It is valid to pass a null client pointer.
BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*);
-
- // Returns the WebFrame associated with the current V8 context. This
- // function can return 0 if the context is associated with a Document that
- // is not currently being displayed in a Frame.
- BLINK_EXPORT static WebLocalFrame* frameForCurrentContext();
-
- // Returns the frame corresponding to the given context. This can return 0
- // if the context is detached from the frame, or if the context doesn't
- // correspond to a frame (e.g., workers).
- BLINK_EXPORT static WebLocalFrame* frameForContext(v8::Handle<v8::Context>);
};
} // namespace blink
« no previous file with comments | « sky/engine/public/web/WebLeakDetector.h ('k') | sky/engine/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698