flutter_flutter/runtime/start_up.cc
Adam Barth 4cab94e949 Invert the relationship between lib/ui and sky/engine (#2920)
Now lib/ui depends on sky/engine rather than the reverse.
2016-08-12 16:12:07 -07:00

12 lines
281 B
C++

// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/runtime/start_up.h"
namespace blink {
int64_t engine_main_enter_ts = 0;
} // namespace blink