Move SnapToPhysicalPixelBoundary call to RWHVA::InternalSetBounds
RWHVAura::SetBounds isn't actually called in most situations, so the snapping wasn't occuring when it should. ::SetSize is actually called when the bounds of the RWHVA changes and both call ::InternalSetBounds(), so this calls the snapping logic there. BUG=370074 Review URL: https://codereview.chromium.org/317633006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275994 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment