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

Unified Diff: sky/engine/core/painting/DrawLooperLayerInfo.idl

Issue 1146893004: Attempt to write a RenderShadowedBox (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Added blur, moved back to src mode Created 5 years, 6 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/examples/raw/shadowed_box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/DrawLooperLayerInfo.idl
diff --git a/sky/engine/core/painting/DrawLooperLayerInfo.idl b/sky/engine/core/painting/DrawLooperLayerInfo.idl
index 8cb47152ab9ce9a699b12caabc5561aac583399f..75614b61b2debcdaed6bc784ba09a990c8164fcd 100644
--- a/sky/engine/core/painting/DrawLooperLayerInfo.idl
+++ b/sky/engine/core/painting/DrawLooperLayerInfo.idl
@@ -24,6 +24,7 @@
void setPaintBits(unsigned long bits);
void setColorMode(TransferMode mode);
+ // TODO(eseidel): Offset should be a Size not a Point.
void setOffset(Point offset);
void setPostTranslate(boolean postTranslate);
};
« no previous file with comments | « no previous file | sky/examples/raw/shadowed_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698