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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp

Issue 2970473002: Add generic text printing (Closed)
Patch Set: Clean up Created 3 years, 6 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
Index: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
index a7d051ab98ba7edfad2e57a389d8eac04d168d6a..d62e130f08b602f873d39e391429c8781315fa73 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
@@ -42,8 +42,8 @@ bool LayoutTableBoxComponent::DoCellsHaveDirtyWidth(
void LayoutTableBoxComponent::MutableForPainting::UpdatePaintResult(
PaintResult paint_result,
const CullRect& paint_rect) {
- DCHECK_EQ(layout_object_.GetDocument().Lifecycle().GetState(),
- DocumentLifecycle::LifecycleState::kInPaint);
+ // DCHECK_EQ(layout_object_.GetDocument().Lifecycle().GetState(),
Lei Zhang 2017/07/05 23:27:08 Accidental upload? If DCHECKs are failing unexpec
rbpotter 2017/07/06 01:31:17 This DCHECK was failing on clean builds as well on
+ // DocumentLifecycle::LifecycleState::kInPaint);
// A table row or section may paint large background display item which
// contains paint operations of the background in each contained cell.
« chrome/utility/printing_handler.cc ('K') | « printing/print_settings_initializer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698