summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h')
-rw-r--r--chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h b/chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h
index 7a9bce4ac44..e725e655270 100644
--- a/chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h
+++ b/chromium/third_party/blink/renderer/core/paint/cull_rect_updater.h
@@ -84,16 +84,12 @@ class CORE_EXPORT CullRectUpdater {
// cull rect when leaving this scope.
// TODO(crbug.com/1215251): Avoid repaint after the scope if the scope is used
// to paint into a separate PaintController.
-class OverriddenCullRectScope {
+class CORE_EXPORT OverriddenCullRectScope {
STACK_ALLOCATED();
public:
OverriddenCullRectScope(PaintLayer&, const CullRect&);
~OverriddenCullRectScope();
-
- private:
- PaintLayer& starting_layer_;
- bool updated_ = false;
};
} // namespace blink