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

Unified Diff: cc/test/CCTiledLayerTestCommon.cpp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FakeCCDelayBasedTimeSource Created 8 years, 3 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/test/CCTiledLayerTestCommon.h ('k') | cc/test/FakeCCLayerTreeHostClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/CCTiledLayerTestCommon.cpp
diff --git a/cc/test/CCTiledLayerTestCommon.cpp b/cc/test/CCTiledLayerTestCommon.cpp
index 519f426d81a489061853d42978bacf2f1f5b8a0d..a2fa9d23615678b25e3634e13ccb210aa9868db8 100644
--- a/cc/test/CCTiledLayerTestCommon.cpp
+++ b/cc/test/CCTiledLayerTestCommon.cpp
@@ -147,4 +147,9 @@ void FakeTextureUploader::uploadTexture(cc::CCResourceProvider* resourceProvider
upload.texture->updateRect(resourceProvider, upload.sourceRect, upload.destOffset);
}
+double FakeTextureUploader::estimatedTexturesPerSecond()
+{
+ return std::numeric_limits<double>::max();
+}
+
} // namespace
« no previous file with comments | « cc/test/CCTiledLayerTestCommon.h ('k') | cc/test/FakeCCLayerTreeHostClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698