DescriptionFix logging of string16s from gfx namespace on Windows.
I don't why this fixes it, but somehow having a SelectionModel << logging operator in the gfx namespace makes Visual Studio fail to find the << logging operator for string16 arguments.
Per discussion with Scott, we decided to remove the << operators altogether and replace them with a ToString() function to be consistent with Rect, Size, etc.
TEST=Check that adding a "LOG(INFO) << text();" line to RenderTextWin compiles.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137732
Patch Set 1 : #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 6 (0 generated)
|