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

Unified Diff: cc/output/renderer_pixeltest.cc

Issue 2194013002: cc: Delete the Renderer base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Patch Set: delete-renderer-base-class: rebase Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/renderer_capabilities_impl.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_pixeltest.cc
diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc
index afb21a056b4229fc44f1e329c23431b29c75e7be..2cc7c6a5cfb0b06b934d092856449d88b2c2bb58 100644
--- a/cc/output/renderer_pixeltest.cc
+++ b/cc/output/renderer_pixeltest.cc
@@ -7,6 +7,7 @@
#include <memory>
#include "base/message_loop/message_loop.h"
+#include "cc/base/math_util.h"
#include "cc/output/gl_renderer.h"
#include "cc/quads/draw_quad.h"
#include "cc/quads/picture_draw_quad.h"
@@ -1717,7 +1718,7 @@ TYPED_TEST(RendererPixelTest, EnlargedRenderPassTexture) {
pass_list.push_back(std::move(child_pass));
pass_list.push_back(std::move(root_pass));
- this->renderer_->SetEnlargePassTextureAmount(gfx::Size(50, 75));
+ this->renderer_->SetEnlargePassTextureAmountForTesting(gfx::Size(50, 75));
EXPECT_TRUE(this->RunPixelTest(
&pass_list,
@@ -1779,7 +1780,7 @@ TYPED_TEST(RendererPixelTest, EnlargedRenderPassTextureWithAntiAliasing) {
pass_list.push_back(std::move(child_pass));
pass_list.push_back(std::move(root_pass));
- this->renderer_->SetEnlargePassTextureAmount(gfx::Size(50, 75));
+ this->renderer_->SetEnlargePassTextureAmountForTesting(gfx::Size(50, 75));
EXPECT_TRUE(this->RunPixelTest(
&pass_list,
« no previous file with comments | « cc/output/renderer_capabilities_impl.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698