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

Unified Diff: win8/metro_driver/direct3d_helper.cc

Issue 11669010: Only define ERROR on windows builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: flip server Created 8 years 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: win8/metro_driver/direct3d_helper.cc
diff --git a/win8/metro_driver/direct3d_helper.cc b/win8/metro_driver/direct3d_helper.cc
index a4c3201dcebda87199fa324f8c81f33b8281261c..056e84b4cb999df0d9f2f7fbf60d543957158a4b 100644
--- a/win8/metro_driver/direct3d_helper.cc
+++ b/win8/metro_driver/direct3d_helper.cc
@@ -15,7 +15,7 @@ namespace {
void CheckIfFailed(HRESULT hr) {
DCHECK(!FAILED(hr));
if (FAILED(hr))
- DVLOG(ERROR) << "Direct3D call failed, hr = " << hr;
+ DVLOG(0) << "Direct3D call failed, hr = " << hr;
}
float GetLogicalDpi() {
« chrome/browser/extensions/api/dial/dial_service.cc ('K') | « net/tools/flip_server/balsa_frame.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698