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

Unified Diff: cc/software_renderer.cc

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: cc/software_renderer.cc
diff --git a/cc/software_renderer.cc b/cc/software_renderer.cc
index 6a64cc8c0e2990ea03aa05e4ca55a0b79e2c25f4..0851379c6bc0f42a0222027eccdc5a4fcf69fae9 100644
--- a/cc/software_renderer.cc
+++ b/cc/software_renderer.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "cc/software_renderer.h"
#include "cc/debug_border_draw_quad.h"
@@ -168,7 +166,7 @@ bool SoftwareRenderer::isSoftwareResource(ResourceProvider::ResourceId id) const
return true;
}
- CRASH();
+ NOTREACHED();
jamesr 2012/11/10 01:12:18 same here. CHECK(false) would have the same semant
piman 2012/11/10 01:28:36 Done.
return false;
}

Powered by Google App Engine
This is Rietveld 408576698