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

Side by Side Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 2095013003: Changes in DisplayItemClient for spv2 paint invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved. 2 * Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved.
3 * Copyright (C) 2013 Intel Corporation. All rights reserved. 3 * Copyright (C) 2013 Intel Corporation. All rights reserved.
4 * 4 *
5 * Portions are Copyright (C) 1998 Netscape Communications Corporation. 5 * Portions are Copyright (C) 1998 Netscape Communications Corporation.
6 * 6 *
7 * Other contributors: 7 * Other contributors:
8 * Robert O'Callahan <roc+@cs.cmu.edu> 8 * Robert O'Callahan <roc+@cs.cmu.edu>
9 * David Baron <dbaron@fas.harvard.edu> 9 * David Baron <dbaron@fas.harvard.edu>
10 * Christian Biesinger <cbiesinger@web.de> 10 * Christian Biesinger <cbiesinger@web.de>
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 889
890 mutable std::unique_ptr<ClipRectsCache> m_clipRectsCache; 890 mutable std::unique_ptr<ClipRectsCache> m_clipRectsCache;
891 891
892 std::unique_ptr<PaintLayerStackingNode> m_stackingNode; 892 std::unique_ptr<PaintLayerStackingNode> m_stackingNode;
893 893
894 IntSize m_previousScrollOffsetAccumulationForPainting; 894 IntSize m_previousScrollOffsetAccumulationForPainting;
895 RefPtr<ClipRects> m_previousPaintingClipRects; 895 RefPtr<ClipRects> m_previousPaintingClipRects;
896 LayoutRect m_previousPaintDirtyRect; 896 LayoutRect m_previousPaintDirtyRect;
897 897
898 std::unique_ptr<PaintLayerRareData> m_rareData; 898 std::unique_ptr<PaintLayerRareData> m_rareData;
899
900 DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
901 }; 899 };
902 900
903 } // namespace blink 901 } // namespace blink
904 902
905 #ifndef NDEBUG 903 #ifndef NDEBUG
906 // Outside the WebCore namespace for ease of invocation from gdb. 904 // Outside the WebCore namespace for ease of invocation from gdb.
907 void showLayerTree(const blink::PaintLayer*); 905 void showLayerTree(const blink::PaintLayer*);
908 void showLayerTree(const blink::LayoutObject*); 906 void showLayerTree(const blink::LayoutObject*);
909 #endif 907 #endif
910 908
911 #endif // Layer_h 909 #endif // Layer_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/InlineBox.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698