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

Unified Diff: sky/engine/core/painting/Drawable.h

Issue 1216833003: Make rendering use PaintingNodes for increased efficiency. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Feedback fixes plus missing critical line that makes it work Created 5 years, 5 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
Index: sky/engine/core/painting/Drawable.h
diff --git a/sky/engine/core/painting/Drawable.h b/sky/engine/core/painting/Drawable.h
index 1ee2fddf05a60cd35cc743bbe4ff4835ca3a5565..abc714fb5259c441c5e47bc6b2edef0a9e30c8b6 100644
--- a/sky/engine/core/painting/Drawable.h
+++ b/sky/engine/core/painting/Drawable.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
-#define SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
+#ifndef SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_
+#define SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_
#include "sky/engine/core/painting/Picture.h"
#include "sky/engine/tonic/dart_wrappable.h"
@@ -29,4 +29,4 @@ private:
} // namespace blink
-#endif // SKY_ENGINE_CORE_DRAWABLE_PICTURE_H_
+#endif // SKY_ENGINE_CORE_PAINTING_DRAWABLE_H_

Powered by Google App Engine
This is Rietveld 408576698