summaryrefslogtreecommitdiffstats
path: root/cc/BUILD.gn
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 22:41:20 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 22:43:40 +0000
commit620aaedc2cc233cc75cc2006882a005f74184916 (patch)
treed0b452aeba697fd28b322acef871e957310a153e /cc/BUILD.gn
parentfc6035eeae866d4afb10242159fbd8dc2847dce3 (diff)
downloadchromium_src-620aaedc2cc233cc75cc2006882a005f74184916.zip
chromium_src-620aaedc2cc233cc75cc2006882a005f74184916.tar.gz
chromium_src-620aaedc2cc233cc75cc2006882a005f74184916.tar.bz2
Remove unused RenderPassDrawQuad fields
The contents_changed_since_last_frame and is_replica fields are not used. Also removes RenderSurfaceImpl's ContentsChanged() as this method was only used in determining the value of contents_changed_since_last_frame. Unfortunately now RenderPassDrawQuad is only the largest quad type on 64-bit builds. So, adds kLargestQuadType to cc/quads/ and moves the largest-quad-type unit test there verifying that kLargestQuadType is the largest now, instead of RenderPassDrawQuad. R=enne BUG=401481 NOTRY=true Review URL: https://codereview.chromium.org/448133002 Cr-Commit-Position: refs/heads/master@{#289091} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/BUILD.gn')
-rw-r--r--cc/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 6a6cd02..f71a2d8 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -289,6 +289,7 @@ component("cc") {
"quads/draw_quad.h",
"quads/io_surface_draw_quad.cc",
"quads/io_surface_draw_quad.h",
+ "quads/largest_draw_quad.h",
"quads/picture_draw_quad.cc",
"quads/picture_draw_quad.h",
"quads/render_pass.cc",