summaryrefslogtreecommitdiffstats
path: root/cc/test
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test')
-rw-r--r--cc/test/render_pass_test_utils.cc3
-rw-r--r--cc/test/test_web_graphics_context_3d.h3
2 files changed, 1 insertions, 5 deletions
diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
index b746ea6..186bfca 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -297,8 +297,7 @@ void AddOneOfEveryQuadType(RenderPass* to_pass,
gfx::RectF(.0f, .0f, 100.0f, 100.0f),
gfx::RectF(.0f, .0f, 50.0f, 50.0f), gfx::Size(100, 100),
gfx::Size(50, 50), plane_resources[0], plane_resources[1],
- plane_resources[2], plane_resources[3], color_space, 0.0,
- 1.0);
+ plane_resources[2], plane_resources[3], color_space);
}
} // namespace cc
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index f497ac4..03ddf3f 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -347,9 +347,6 @@ class TestWebGraphicsContext3D {
void set_support_texture_rectangle(bool support) {
test_capabilities_.gpu.texture_rectangle = support;
}
- void set_support_texture_half_float_linear(bool support) {
- test_capabilities_.gpu.texture_half_float_linear = support;
- }
// When this context is lost, all contexts in its share group are also lost.
void add_share_group_context(TestWebGraphicsContext3D* context3d) {