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

Unified Diff: sky/engine/public/sky/sky_view_client.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 | « sky/engine/public/sky/sky_view.cc ('k') | sky/engine/public/sky/sky_view_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/sky/sky_view_client.h
diff --git a/sky/engine/public/sky/sky_view_client.h b/sky/engine/public/sky/sky_view_client.h
new file mode 100644
index 0000000000000000000000000000000000000000..16f9552b4d4a615f84ec5ae2159a694c814d93a3
--- /dev/null
+++ b/sky/engine/public/sky/sky_view_client.h
@@ -0,0 +1,20 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef SKY_ENGINE_PUBLIC_SKY_SKY_VIEW_CLIENT_H_
+#define SKY_ENGINE_PUBLIC_SKY_SKY_VIEW_CLIENT_H_
+
+namespace blink {
+
+class SkyViewClient {
+ public:
+ virtual void SchedulePaint() = 0;
+
+ protected:
+ virtual ~SkyViewClient();
+};
+
+} // namespace blink
+
+#endif // SKY_ENGINE_PUBLIC_SKY_SKY_VIEW_CLIENT_H_
« no previous file with comments | « sky/engine/public/sky/sky_view.cc ('k') | sky/engine/public/sky/sky_view_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698