Blink roll 148954:148987
[chromium-blink-merge.git] / chrome_frame / chrome_frame_plugin.cc
blobf665e51e9b0ef1020d9ba528f1de7ad436ce3470
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome_frame/chrome_frame_plugin.h"
7 #include "chrome/common/automation_messages.h"
9 void ChromeFramePluginGetParamsCoordinates(const MiniContextMenuParams& params,
10 int* x,
11 int* y) {
12 *x = params.screen_x;
13 *y = params.screen_y;