| Index: content/browser/renderer_host/dip_util.h
|
| diff --git a/content/browser/renderer_host/dip_util.h b/content/browser/renderer_host/dip_util.h
|
| index 27e7dd19e9e4f0aa10ba402f2c2ddca87613b3b9..4da0012f7c84c8cc61ec0267aa8424c6952f3670 100644
|
| --- a/content/browser/renderer_host/dip_util.h
|
| +++ b/content/browser/renderer_host/dip_util.h
|
| @@ -29,15 +29,6 @@ CONTENT_EXPORT gfx::Size ConvertViewSizeToPixel(
|
| CONTENT_EXPORT gfx::Rect ConvertViewRectToPixel(
|
| const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);
|
|
|
| -CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
|
| - float scale_factor, const gfx::Size& size_in_pixel);
|
| -CONTENT_EXPORT gfx::Rect ConvertRectToDIP(
|
| - float scale_factor, const gfx::Rect& rect_in_pixel);
|
| -CONTENT_EXPORT gfx::Size ConvertSizeToPixel(
|
| - float scale_factor, const gfx::Size& size_in_pixel);
|
| -CONTENT_EXPORT gfx::Rect ConvertRectToPixel(
|
| - float scale_factor, const gfx::Rect& rect_in_dip);
|
| -
|
| } // namespace content
|
|
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_DIP_UTIL_H_
|
|
|