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

Unified Diff: third_party/WebKit/Source/core/style/StyleDifference.h

Issue 2777803002: Revert of Add operator<< to StyleDifference for debug logging. (Closed)
Patch Set: resolve conflict Created 3 years, 9 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/style/StyleDifference.h
diff --git a/third_party/WebKit/Source/core/style/StyleDifference.h b/third_party/WebKit/Source/core/style/StyleDifference.h
index faafb52db1c4a7a6861f3f24694a6df06a80e7d5..b7756955b884a12e4c90933757836312826af685 100644
--- a/third_party/WebKit/Source/core/style/StyleDifference.h
+++ b/third_party/WebKit/Source/core/style/StyleDifference.h
@@ -5,8 +5,6 @@
#ifndef StyleDifference_h
#define StyleDifference_h
-#include <iosfwd>
-#include "core/CoreExport.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
@@ -29,8 +27,6 @@ class StyleDifference {
ScrollAnchorDisablingPropertyChanged = 1 << 7,
// If you add a value here, be sure to update the number of bits on
// m_propertySpecificDifferences.
-
- PropertyDifferenceMax = TextDecorationOrColorChanged
};
StyleDifference()
@@ -143,9 +139,6 @@ class StyleDifference {
}
private:
- friend CORE_EXPORT std::ostream& operator<<(std::ostream&,
- const StyleDifference&);
-
enum PaintInvalidationType {
NoPaintInvalidation,
PaintInvalidationObject,
@@ -160,8 +153,6 @@ class StyleDifference {
unsigned m_propertySpecificDifferences : 8;
};
-CORE_EXPORT std::ostream& operator<<(std::ostream&, const StyleDifference&);
-
} // namespace blink
#endif // StyleDifference_h
« no previous file with comments | « third_party/WebKit/Source/core/style/BUILD.gn ('k') | third_party/WebKit/Source/core/style/StyleDifference.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698