summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/render_surface_impl.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 10:33:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:45:12 +0000
commitbe59a35641616a4cf23c4a13fa0632624b021c1b (patch)
tree9da183258bdf9cc413f7562079d25ace6955467f /chromium/cc/layers/render_surface_impl.h
parentd702e4b6a64574e97fc7df8fe3238cde70242080 (diff)
BASELINE: Update Chromium to 62.0.3202.101
Change-Id: I2d5eca8117600df6d331f6166ab24d943d9814ac Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/cc/layers/render_surface_impl.h')
-rw-r--r--chromium/cc/layers/render_surface_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/cc/layers/render_surface_impl.h b/chromium/cc/layers/render_surface_impl.h
index 308a0f762f1..4964101444a 100644
--- a/chromium/cc/layers/render_surface_impl.h
+++ b/chromium/cc/layers/render_surface_impl.h
@@ -16,9 +16,9 @@
#include "cc/layers/draw_mode.h"
#include "cc/layers/layer_collections.h"
#include "cc/quads/render_pass.h"
-#include "cc/quads/shared_quad_state.h"
#include "cc/trees/occlusion.h"
#include "cc/trees/property_tree.h"
+#include "components/viz/common/quads/shared_quad_state.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/transform.h"
@@ -185,7 +185,7 @@ class CC_EXPORT RenderSurfaceImpl {
gfx::Rect CalculateExpandedClipForFilters(
const gfx::Transform& target_to_surface);
void TileMaskLayer(RenderPass* render_pass,
- SharedQuadState* shared_quad_state,
+ viz::SharedQuadState* shared_quad_state,
const gfx::Rect& visible_layer_rect);
LayerTreeImpl* layer_tree_impl_;