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

Unified Diff: sky/engine/bindings/builtin_sky.h

Issue 1134913003: Teach SkyView path to draw a circle (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | sky/engine/bindings/builtin_sky.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/builtin_sky.h
diff --git a/sky/engine/bindings/builtin_sky.h b/sky/engine/bindings/builtin_sky.h
index 1fd2078920ffb298c56d635d5c2f09441e0119e7..cbeb54c89068fa7aa8447a8d1e7789c452e817d5 100644
--- a/sky/engine/bindings/builtin_sky.h
+++ b/sky/engine/bindings/builtin_sky.h
@@ -12,6 +12,7 @@
namespace blink {
class DOMDartState;
+class View;
class BuiltinSky : public DartClassProvider {
public:
@@ -19,6 +20,7 @@ class BuiltinSky : public DartClassProvider {
~BuiltinSky();
void InstallWindow(DOMDartState* dart_state);
+ void InstallView(View* view);
// DartClassProvider:
Dart_Handle GetClassByName(const char* class_name) override;
« no previous file with comments | « no previous file | sky/engine/bindings/builtin_sky.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698