From 274218ef0173ff6046f2258c703c1c83ea37c02f Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Mon, 8 Jan 2018 15:05:02 -0500 Subject: move largest apis into private Related to https://skia-review.googlesource.com/c/skia/+/91860 Bug: skia: Change-Id: Ia8fd981b422bbab75541b078277d2e09e1fc9d41 Reviewed-on: https://skia-review.googlesource.com/91940 Reviewed-by: Brian Salomon --- experimental/sksg/SkSGNode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experimental') 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) {} -- cgit v1.2.3