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

Unified Diff: ui/gfx/transform.h

Issue 2011713003: Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 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 | « ui/gfx/skia_util.cc ('k') | ui/ozone/demo/software_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/transform.h
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index 7f2c5991d8d19b9b8479922347279316b357811c..2752efd9230ea62ab64d21262c6e645d0ca97e80 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/compiler_specific.h"
-#include "third_party/skia/include/utils/SkMatrix44.h"
+#include "third_party/skia/include/core/SkMatrix44.h"
#include "ui/gfx/gfx_export.h"
#include "ui/gfx/vector2d_f.h"
@@ -25,10 +25,7 @@ class Vector3dF;
// copy/assign.
class GFX_EXPORT Transform {
public:
-
- enum SkipInitialization {
- kSkipInitialization
- };
+ enum SkipInitialization { kSkipInitialization };
Transform() : matrix_(SkMatrix44::kIdentity_Constructor) {}
@@ -261,11 +258,9 @@ class GFX_EXPORT Transform {
std::string ToString() const;
private:
- void TransformPointInternal(const SkMatrix44& xform,
- Point* point) const;
+ void TransformPointInternal(const SkMatrix44& xform, Point* point) const;
- void TransformPointInternal(const SkMatrix44& xform,
- Point3F* point) const;
+ void TransformPointInternal(const SkMatrix44& xform, Point3F* point) const;
SkMatrix44 matrix_;
« no previous file with comments | « ui/gfx/skia_util.cc ('k') | ui/ozone/demo/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698