Commit b3886834 authored by iceman's avatar iceman Committed by Commit bot

MacViews: Implement BridgedNativeWidget::PrepareForLayerBoundsChange().

Just removed NOTIMPLEMENTED from
BridgedNativeWidget::PrepareForLayerBoundsChange() function.

BUG=454698

Review URL: https://codereview.chromium.org/1627193004

Cr-Commit-Position: refs/heads/master@{#371763}
parent a6985b60
......@@ -918,7 +918,6 @@ void BridgedNativeWidget::OnDeviceScaleFactorChanged(
}
base::Closure BridgedNativeWidget::PrepareForLayerBoundsChange() {
NOTIMPLEMENTED();
return base::Closure();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment