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

Unified Diff: sky/engine/core/view/View.idl

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/core/view/View.cpp ('k') | sky/engine/public/sky/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/view/View.idl
diff --git a/sky/engine/core/painting/PaintingContext.idl b/sky/engine/core/view/View.idl
similarity index 70%
copy from sky/engine/core/painting/PaintingContext.idl
copy to sky/engine/core/view/View.idl
index 3f87cb8e80ecbdb38e3fb51f6b8c54c15281a276..abfe81f87fe91641967deeb6d473ac6ae2c078c8 100644
--- a/sky/engine/core/painting/PaintingContext.idl
+++ b/sky/engine/core/view/View.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface PaintingContext : Canvas {
- void commit();
+interface View {
+ attribute Picture picture;
+
+ void schedulePaint();
};
« no previous file with comments | « sky/engine/core/view/View.cpp ('k') | sky/engine/public/sky/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698