aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/SkSGNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/SkSGNode.cpp')
-rw-r--r--experimental/sksg/SkSGNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/sksg/SkSGNode.cpp b/experimental/sksg/SkSGNode.cpp
index 768fdfa7b6..b634175b21 100644
--- a/experimental/sksg/SkSGNode.cpp
+++ b/experimental/sksg/SkSGNode.cpp
@@ -5,8 +5,8 @@
* found in the LICENSE file.
*/
+#include "SkRectPriv.h"
#include "SkSGNode.h"
-
#include "SkSGInvalidationController.h"
namespace sksg {
@@ -40,7 +40,7 @@ private:
Node::Node(uint32_t invalTraits)
: fInvalReceiver(nullptr)
- , fBounds(SkRect::MakeLargestS32())
+ , fBounds(SkRectPriv::MakeLargestS32())
, fInvalTraits(invalTraits)
, fFlags(kInvalidated_Flag) {}