DescriptionFix compile error on Win64 due to C++ warning 4275 occurring because an exported class ViewManagerConnection is deriving from a non exported interface IViewManager.
Attempt 2 at fixing this. The previous approach of using NON_EXPORTED_BASE does not work in
the template base derivation used in this class.
Proposed fix is to explicitly disable this warning for Windows.
BUG=none
R=cpu@chromium.org, cpu
TBR=darin
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269493
Patch Set 1 #Patch Set 2 : Removed NON_EXPORTED_BASE #
Total comments: 2
Patch Set 3 : Removed spaces #Messages
Total messages: 4 (0 generated)
|